home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 1995 December / PC Answers December 1995 (disc errors).iso / mxc / intro.dir / 00051_intro up.ls < prev    next >
Encoding:
Text File  |  1995-05-04  |  187 b   |  10 lines

  1. on mouseDown
  2.   global myLine, profileVid
  3.   set myLine to 1
  4.   set profileVid to 0
  5.   set the castNum of sprite 8 to 27
  6.   set the castNum of sprite 7 to 50
  7.   updateStage()
  8.   buttonsUp()
  9. end
  10.